Web Speech API Speech Recognition Demo

Made by the Pipe Recording Platform

This Web Speech API Speech Recognition Demo uses getUserMedia() and the Web Speech API's SpeechRecognition interface. It uses the following main SpeechRecognition properties: continuous, interimResults and lang.

How to use:

  1. Grant camera + microphone permissions.
    On Safari, you also need grant access to Speech Recognition by enabling Siri or Dictation in System Preferences or Settings.
  2. Select a language (Default is english. Auto detection is also available)
  3. Start a recording
  4. Speak in the chosen language a few times
  5. Stop the recording

Features:

Works on:

Known issues:

Links: